home *** CD-ROM | disk | FTP | other *** search
/ Collection of Internet / Collection of Internet.iso / infosrvr / dev / scott / WWW / NextStep / Implementation / Makefile < prev    next >
Makefile  |  1993-06-08  |  1KB  |  52 lines

  1. #
  2. # Generated by the NeXT Project Builder.
  3. #
  4. # NOTE: Do NOT change this file -- Project Builder maintains it.
  5. #
  6. # Put all of your customizations in files called Makefile.preamble
  7. # and Makefile.postamble (both optional), and Makefile will include them.
  8. #
  9.  
  10. NAME = WorldWideWeb
  11.  
  12. PROJECTVERSION = 1.1
  13. LANGUAGE = English
  14.  
  15. APPICON = worldbook2.tiff
  16. DOCICONS = docflash2.tiff
  17.  
  18. GLOBAL_RESOURCES = WorldWideWeb.nib docflash.tiff docflash2.tiff \
  19.                    icon1.tiff worldbook2.tiff
  20.  
  21. CLASSES = HTStyle.m HyperAccess.m HyperManager.m HyperText.m StyleToy.m \
  22.           TextToy.m WWWPageLayout.m
  23.  
  24. HFILES = HTAccess.h HTParse.h HTUtils.h tcp.h HTStyle.h HyperAccess.h \
  25.          HyperManager.h HyperText.h StyleToy.h TextToy.h WWWPageLayout.h \
  26.          HTString.h HText.h
  27.  
  28. MFILES = HText.m WorldWideWeb_main.m
  29.  
  30.  
  31.  
  32. MAKEFILEDIR = /NextDeveloper/Makefiles/app
  33. INSTALLDIR = $(HOME)/Apps
  34. INSTALLFLAGS = -c -s -m 755
  35. SOURCEMODE = 444
  36.  
  37. ICONSECTIONS =    -sectcreate __ICON app worldbook2.tiff \
  38.         -sectcreate __ICON docflash2 docflash2.tiff
  39.  
  40. LIBS = -l0www -lclient -lMallocDebug -lMedia_s -lNeXT_s -lwais
  41. DEBUG_LIBS = $(LIBS)
  42. PROF_LIBS = $(LIBS)
  43.  
  44.  
  45. -include Makefile.preamble
  46.  
  47. include $(MAKEFILEDIR)/app.make
  48.  
  49. -include Makefile.postamble
  50.  
  51. -include Makefile.dependencies
  52.